Html Css Color HEX #F285CF Tea Rose

📋 copy color: '#F285CF'

red 242 ◦ green 133 ◦ blue 207

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

Shades of Tea Rose #F285CF

Tints of Tea Rose #F285CF

RGB

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

 GREEN value IS 133 (52.34% from 255) = 22.85%

 BLUE value IS 207 (81.25% from 255) = 35.57%

R = 41.58%
G = 22.85%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#F285CF (or 0xF285CF) is known color: Tea Rose. HEX triplet: F2, 85 and CF. RGB value is (242,133,207). Sum of RGB (Red+Green+Blue) = 242+133+207=582 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.58% from 582); Green value is 133 (52.34% from 255 or 22.85% from 582); Blue value is 207 (81.25% from 255 or 35.57% from 582); Max value from RGB is 242 - color contains mainly: red. Hex color #F285CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F285CF is #0D7A30. Grayscale: #ADADAD. Windows color (decimal): -883249 or 13600242. OLE color: 13600242.

HSL color Cylindrical-coordinate representation of color #F285CF: hue angle of 319.27º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F285CF is Cyan = 0, Magento = 0.45, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 133 207 -
CMYK 0 0.45 0.14 0.05
HSL 319.27º 0.81% 0.74% -
HSV(B) 319.27º 0.45% 0.95% -
XYZ 56.27 40.16 63.82 -
YUV 174.03 146.61 176.48 -
System Red Green Blue C M Y K H S L
Decimal 242 133 207 0 0.45 0.14 0.05 319.27 0.81 0.74
Hex F2 85 CF 0 2D E 5 13F 51 4A
Octal 362 205 317 0 55 16 5 477 121 112
Binary 11110010 10000101 11001111 0 101101 1110 101 100111111 1010001 1001010

Color Harmonies of #F285CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F285CF

Black with #F285CF

Text Example


Text Example

White with #F285CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F285CF; }

 p { color: rgb(242,133,207); }

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

background-color css

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

 a { background-color: rgb(242,133,207); }

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

border-color css

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

 span { border-color: rgb(242,133,207); }

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