Html Css Color HEX #F27DCC Tea Rose

📋 copy color: '#F27DCC'

red 242 ◦ green 125 ◦ blue 204

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

Shades of Tea Rose #F27DCC

Tints of Tea Rose #F27DCC

RGB

 RED value IS 242 (94.92% from 255) = 42.38%

 GREEN value IS 125 (49.22% from 255) = 21.89%

 BLUE value IS 204 (80.08% from 255) = 35.73%

R = 42.38%
G = 21.89%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F27DCC (or 0xF27DCC) is known color: Tea Rose. HEX triplet: F2, 7D and CC. RGB value is (242,125,204). Sum of RGB (Red+Green+Blue) = 242+125+204=571 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.38% from 571); Green value is 125 (49.22% from 255 or 21.89% from 571); Blue value is 204 (80.08% from 255 or 35.73% from 571); Max value from RGB is 242 - color contains mainly: red. Hex color #F27DCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F27DCC is #0D8233. Grayscale: #A8A8A8. Windows color (decimal): -885300 or 13401586. OLE color: 13401586.

HSL color Cylindrical-coordinate representation of color #F27DCC: hue angle of 319.49º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F27DCC is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 125 204 -
CMYK 0 0.48 0.16 0.05
HSL 319.49º 0.82% 0.72% -
HSV(B) 319.49º 0.48% 0.95% -
XYZ 54.85 37.9 61.55 -
YUV 168.99 147.76 180.08 -
System Red Green Blue C M Y K H S L
Decimal 242 125 204 0 0.48 0.16 0.05 319.49 0.82 0.72
Hex F2 7D CC 0 30 10 5 13F 52 48
Octal 362 175 314 0 60 20 5 477 122 110
Binary 11110010 1111101 11001100 0 110000 10000 101 100111111 1010010 1001000

Color Harmonies of #F27DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27DCC

Black with #F27DCC

Text Example


Text Example

White with #F27DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27DCC; }

 p { color: rgb(242,125,204); }

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

background-color css

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

 a { background-color: rgb(242,125,204); }

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

border-color css

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

 span { border-color: rgb(242,125,204); }

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