Html Css Color HEX #F07CCB Tea Rose

📋 copy color: '#F07CCB'

red 240 ◦ green 124 ◦ blue 203

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

Shades of Tea Rose #F07CCB

Tints of Tea Rose #F07CCB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 21.87%

 BLUE value IS 203 (79.69% from 255) = 35.8%

R = 42.33%
G = 21.87%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F07CCB (or 0xF07CCB) is known color: Tea Rose. HEX triplet: F0, 7C and CB. RGB value is (240,124,203). Sum of RGB (Red+Green+Blue) = 240+124+203=567 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.33% from 567); Green value is 124 (48.83% from 255 or 21.87% from 567); Blue value is 203 (79.69% from 255 or 35.80% from 567); Max value from RGB is 240 - color contains mainly: red. Hex color #F07CCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07CCB is #0F8334. Grayscale: #A7A7A7. Windows color (decimal): -1016629 or 13335792. OLE color: 13335792.

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

Color convert

RGB 240 124 203 -
CMYK 0 0.48 0.15 0.06
HSL 319.14º 0.79% 0.71% -
HSV(B) 319.14º 0.48% 0.94% -
XYZ 53.92 37.25 60.85 -
YUV 167.69 147.93 179.58 -
System Red Green Blue C M Y K H S L
Decimal 240 124 203 0 0.48 0.15 0.06 319.14 0.79 0.71
Hex F0 7C CB 0 30 F 6 13F 4F 47
Octal 360 174 313 0 60 17 6 477 117 107
Binary 11110000 1111100 11001011 0 110000 1111 110 100111111 1001111 1000111

Color Harmonies of #F07CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07CCB

Black with #F07CCB

Text Example


Text Example

White with #F07CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07CCB; }

 p { color: rgb(240,124,203); }

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

background-color css

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

 a { background-color: rgb(240,124,203); }

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

border-color css

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

 span { border-color: rgb(240,124,203); }

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