Html Css Color HEX #F27DCB Tea Rose

📋 copy color: '#F27DCB'

red 242 ◦ green 125 ◦ blue 203

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

Shades of Tea Rose #F27DCB

Tints of Tea Rose #F27DCB

RGB

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

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

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

R = 42.46%
G = 21.93%
B = 35.61%

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

#F27DCB (or 0xF27DCB) is known color: Tea Rose. HEX triplet: F2, 7D and CB. RGB value is (242,125,203). Sum of RGB (Red+Green+Blue) = 242+125+203=570 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.46% from 570); Green value is 125 (49.22% from 255 or 21.93% from 570); Blue value is 203 (79.69% from 255 or 35.61% from 570); Max value from RGB is 242 - color contains mainly: red. Hex color #F27DCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F27DCB is #0D8234. Grayscale: #A8A8A8. Windows color (decimal): -885301 or 13336050. OLE color: 13336050.

HSL color Cylindrical-coordinate representation of color #F27DCB: hue angle of 320º 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 #F27DCB is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 125 203 -
CMYK 0 0.48 0.16 0.05
HSL 320º 0.82% 0.72% -
HSV(B) 320º 0.48% 0.95% -
XYZ 54.73 37.86 60.92 -
YUV 168.88 147.26 180.16 -
System Red Green Blue C M Y K H S L
Decimal 242 125 203 0 0.48 0.16 0.05 320 0.82 0.72
Hex F2 7D CB 0 30 10 5 140 52 48
Octal 362 175 313 0 60 20 5 500 122 110
Binary 11110010 1111101 11001011 0 110000 10000 101 101000000 1010010 1001000

Color Harmonies of #F27DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27DCB

Black with #F27DCB

Text Example


Text Example

White with #F27DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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