Html Css Color HEX #F25F99 Brilliant Rose

📋 copy color: '#F25F99'

red 242 ◦ green 95 ◦ blue 153

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

Shades of Brilliant Rose #F25F99

Tints of Brilliant Rose #F25F99

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.39%

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

R = 49.39%
G = 19.39%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#F25F99 (or 0xF25F99) is known color: Brilliant Rose. HEX triplet: F2, 5F and 99. RGB value is (242,95,153). Sum of RGB (Red+Green+Blue) = 242+95+153=490 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.39% from 490); Green value is 95 (37.5% from 255 or 19.39% from 490); Blue value is 153 (60.16% from 255 or 31.22% from 490); Max value from RGB is 242 - color contains mainly: red. Hex color #F25F99 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25F99 is #0DA066. Grayscale: #919191. Windows color (decimal): -893031 or 10051570. OLE color: 10051570.

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

Color convert

RGB 242 95 153 -
CMYK 0 0.61 0.37 0.05
HSL 336.33º 0.85% 0.66% -
HSV(B) 336.33º 0.61% 0.95% -
XYZ 46.46 29.36 33.36 -
YUV 145.57 132.2 196.78 -
System Red Green Blue C M Y K H S L
Decimal 242 95 153 0 0.61 0.37 0.05 336.33 0.85 0.66
Hex F2 5F 99 0 3D 25 5 150 55 42
Octal 362 137 231 0 75 45 5 520 125 102
Binary 11110010 1011111 10011001 0 111101 100101 101 101010000 1010101 1000010

Color Harmonies of #F25F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25F99

Black with #F25F99

Text Example


Text Example

White with #F25F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25F99; }

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

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

background-color css

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

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

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

border-color css

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

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

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