Html Css Color HEX #F25599 Brilliant Rose

📋 copy color: '#F25599'

red 242 ◦ green 85 ◦ blue 153

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

Shades of Brilliant Rose #F25599

Tints of Brilliant Rose #F25599

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.71%

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

R = 50.42%
G = 17.71%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#F25599 (or 0xF25599) is known color: Brilliant Rose. HEX triplet: F2, 55 and 99. RGB value is (242,85,153). Sum of RGB (Red+Green+Blue) = 242+85+153=480 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.42% from 480); Green value is 85 (33.59% from 255 or 17.71% from 480); Blue value is 153 (60.16% from 255 or 31.88% from 480); Max value from RGB is 242 - color contains mainly: red. Hex color #F25599 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25599 is #0DAA66. Grayscale: #8B8B8B. Windows color (decimal): -895591 or 10049010. OLE color: 10049010.

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

Color convert

RGB 242 85 153 -
CMYK 0 0.65 0.37 0.05
HSL 334.01º 0.86% 0.64% -
HSV(B) 334.01º 0.65% 0.95% -
XYZ 45.62 27.67 33.07 -
YUV 139.7 135.51 200.97 -
System Red Green Blue C M Y K H S L
Decimal 242 85 153 0 0.65 0.37 0.05 334.01 0.86 0.64
Hex F2 55 99 0 41 25 5 14E 56 40
Octal 362 125 231 0 101 45 5 516 126 100
Binary 11110010 1010101 10011001 0 1000001 100101 101 101001110 1010110 1000000

Color Harmonies of #F25599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25599

Black with #F25599

Text Example


Text Example

White with #F25599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25599; }

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

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

background-color css

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

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

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

border-color css

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

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

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