Html Css Color HEX #F17FCB Tea Rose

📋 copy color: '#F17FCB'

red 241 ◦ green 127 ◦ blue 203

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

Shades of Tea Rose #F17FCB

Tints of Tea Rose #F17FCB

RGB

 RED value IS 241 (94.53% from 255) = 42.21%

 GREEN value IS 127 (50% from 255) = 22.24%

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

R = 42.21%
G = 22.24%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F17FCB (or 0xF17FCB) is known color: Tea Rose. HEX triplet: F1, 7F and CB. RGB value is (241,127,203). Sum of RGB (Red+Green+Blue) = 241+127+203=571 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.21% from 571); Green value is 127 (50% from 255 or 22.24% from 571); Blue value is 203 (79.69% from 255 or 35.55% from 571); Max value from RGB is 241 - color contains mainly: red. Hex color #F17FCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17FCB is #0E8034. Grayscale: #A9A9A9. Windows color (decimal): -950325 or 13336561. OLE color: 13336561.

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

Color convert

RGB 241 127 203 -
CMYK 0 0.47 0.16 0.05
HSL 320º 0.8% 0.72% -
HSV(B) 320º 0.47% 0.95% -
XYZ 54.64 38.19 60.99 -
YUV 169.75 146.77 178.82 -
System Red Green Blue C M Y K H S L
Decimal 241 127 203 0 0.47 0.16 0.05 320 0.8 0.72
Hex F1 7F CB 0 2F 10 5 140 50 48
Octal 361 177 313 0 57 20 5 500 120 110
Binary 11110001 1111111 11001011 0 101111 10000 101 101000000 1010000 1001000

Color Harmonies of #F17FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17FCB

Black with #F17FCB

Text Example


Text Example

White with #F17FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17FCB; }

 p { color: rgb(241,127,203); }

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

background-color css

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

 a { background-color: rgb(241,127,203); }

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

border-color css

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

 span { border-color: rgb(241,127,203); }

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