Html Css Color HEX #F25799 Brilliant Rose

📋 copy color: '#F25799'

red 242 ◦ green 87 ◦ blue 153

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

Shades of Brilliant Rose #F25799

Tints of Brilliant Rose #F25799

RGB

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

 GREEN value IS 87 (34.38% from 255) = 18.05%

 BLUE value IS 153 (60.16% from 255) = 31.74%

R = 50.21%
G = 18.05%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#F25799 (or 0xF25799) is known color: Brilliant Rose. HEX triplet: F2, 57 and 99. RGB value is (242,87,153). Sum of RGB (Red+Green+Blue) = 242+87+153=482 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.21% from 482); Green value is 87 (34.38% from 255 or 18.05% from 482); Blue value is 153 (60.16% from 255 or 31.74% from 482); Max value from RGB is 242 - color contains mainly: red. Hex color #F25799 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25799 is #0DA866. Grayscale: #8C8C8C. Windows color (decimal): -895079 or 10049522. OLE color: 10049522.

HSL color Cylindrical-coordinate representation of color #F25799: hue angle of 334.45º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F25799 is Cyan = 0, Magento = 0.64, Yellow = 0.37 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 87 153 -
CMYK 0 0.64 0.37 0.05
HSL 334.45º 0.86% 0.65% -
HSV(B) 334.45º 0.64% 0.95% -
XYZ 45.78 27.99 33.13 -
YUV 140.87 134.85 200.13 -
System Red Green Blue C M Y K H S L
Decimal 242 87 153 0 0.64 0.37 0.05 334.45 0.86 0.65
Hex F2 57 99 0 40 25 5 14E 56 41
Octal 362 127 231 0 100 45 5 516 126 101
Binary 11110010 1010111 10011001 0 1000000 100101 101 101001110 1010110 1000001

Color Harmonies of #F25799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25799

Black with #F25799

Text Example


Text Example

White with #F25799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25799; }

 p { color: rgb(242,87,153); }

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

background-color css

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

 a { background-color: rgb(242,87,153); }

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

border-color css

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

 span { border-color: rgb(242,87,153); }

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