Html Css Color HEX #F25D9A Brilliant Rose

📋 copy color: '#F25D9A'

red 242 ◦ green 93 ◦ blue 154

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

Shades of Brilliant Rose #F25D9A

Tints of Brilliant Rose #F25D9A

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.02%

 BLUE value IS 154 (60.55% from 255) = 31.49%

R = 49.49%
G = 19.02%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#F25D9A (or 0xF25D9A) is known color: Brilliant Rose. HEX triplet: F2, 5D and 9A. RGB value is (242,93,154). Sum of RGB (Red+Green+Blue) = 242+93+154=489 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.49% from 489); Green value is 93 (36.72% from 255 or 19.02% from 489); Blue value is 154 (60.55% from 255 or 31.49% from 489); Max value from RGB is 242 - color contains mainly: red. Hex color #F25D9A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25D9A is #0DA265. Grayscale: #909090. Windows color (decimal): -893542 or 10116594. OLE color: 10116594.

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

Color convert

RGB 242 93 154 -
CMYK 0 0.62 0.36 0.05
HSL 335.44º 0.85% 0.66% -
HSV(B) 335.44º 0.62% 0.95% -
XYZ 46.37 29.04 33.73 -
YUV 144.51 133.36 197.54 -
System Red Green Blue C M Y K H S L
Decimal 242 93 154 0 0.62 0.36 0.05 335.44 0.85 0.66
Hex F2 5D 9A 0 3E 24 5 14F 55 42
Octal 362 135 232 0 76 44 5 517 125 102
Binary 11110010 1011101 10011010 0 111110 100100 101 101001111 1010101 1000010

Color Harmonies of #F25D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25D9A

Black with #F25D9A

Text Example


Text Example

White with #F25D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25D9A; }

 p { color: rgb(242,93,154); }

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

background-color css

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

 a { background-color: rgb(242,93,154); }

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

border-color css

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

 span { border-color: rgb(242,93,154); }

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