Html Css Color HEX #F07E8C Carissma

📋 copy color: '#F07E8C'

red 240 ◦ green 126 ◦ blue 140

#F07E8C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carissma #F07E8C

Tints of Carissma #F07E8C

RGB

 RED value IS 240 (94.14% from 255) = 47.43%

 GREEN value IS 126 (49.61% from 255) = 24.9%

 BLUE value IS 140 (55.08% from 255) = 27.67%

R = 47.43%
G = 24.9%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.42

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F07E8C (or 0xF07E8C) is known color: Carissma. HEX triplet: F0, 7E and 8C. RGB value is (240,126,140). Sum of RGB (Red+Green+Blue) = 240+126+140=506 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.43% from 506); Green value is 126 (49.61% from 255 or 24.90% from 506); Blue value is 140 (55.08% from 255 or 27.67% from 506); Max value from RGB is 240 - color contains mainly: red. Hex color #F07E8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07E8C is #0F8173. Grayscale: #A1A1A1. Windows color (decimal): -1016180 or 9207536. OLE color: 9207536.

HSL color Cylindrical-coordinate representation of color #F07E8C: hue angle of 352.63º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F07E8C is Cyan = 0, Magento = 0.48, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 126 140 -
CMYK 0 0.48 0.42 0.06
HSL 352.63º 0.79% 0.72% -
HSV(B) 352.63º 0.48% 0.94% -
XYZ 48.13 35.34 29.1 -
YUV 161.68 115.77 183.86 -
System Red Green Blue C M Y K H S L
Decimal 240 126 140 0 0.48 0.42 0.06 352.63 0.79 0.72
Hex F0 7E 8C 0 30 2A 6 161 4F 48
Octal 360 176 214 0 60 52 6 541 117 110
Binary 11110000 1111110 10001100 0 110000 101010 110 101100001 1001111 1001000

Color Harmonies of #F07E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07E8C

Black with #F07E8C

Text Example


Text Example

White with #F07E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07E8C; }

 p { color: rgb(240,126,140); }

 H1.HeaderClassName
 {
   color: #F07E8C;
 }
 .AnyTagClassName
 {
   color: #F07E8C;
 }
</style>

background-color css

<style>
 a { background-color: #F07E8C; }

 a { background-color: rgb(240,126,140); }

 div.DivClassName
 {
   background-color: #F07E8C;
 }
 .BgClassName
 {
   background-color: #F07E8C;
 }
</style>

border-color css

<style>
 span { border-color: #F07E8C; }

 span { border-color: rgb(240,126,140); }

 td.TdClassName
 {
   border-color: #F07E8C;
 }
 .TagClassName
 {
   border-color: #F07E8C;
 }
</style>