Html Css Color HEX #F25C9F Brilliant Rose

📋 copy color: '#F25C9F'

red 242 ◦ green 92 ◦ blue 159

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

Shades of Brilliant Rose #F25C9F

Tints of Brilliant Rose #F25C9F

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.66%

 BLUE value IS 159 (62.5% from 255) = 32.25%

R = 49.09%
G = 18.66%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#F25C9F (or 0xF25C9F) is known color: Brilliant Rose. HEX triplet: F2, 5C and 9F. RGB value is (242,92,159). Sum of RGB (Red+Green+Blue) = 242+92+159=493 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.09% from 493); Green value is 92 (36.33% from 255 or 18.66% from 493); Blue value is 159 (62.5% from 255 or 32.25% from 493); Max value from RGB is 242 - color contains mainly: red. Hex color #F25C9F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25C9F is #0DA360. Grayscale: #909090. Windows color (decimal): -893793 or 10444018. OLE color: 10444018.

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

Color convert

RGB 242 92 159 -
CMYK 0 0.62 0.34 0.05
HSL 333.2º 0.85% 0.65% -
HSV(B) 333.2º 0.62% 0.95% -
XYZ 46.7 29.03 35.94 -
YUV 144.49 136.2 197.55 -
System Red Green Blue C M Y K H S L
Decimal 242 92 159 0 0.62 0.34 0.05 333.2 0.85 0.65
Hex F2 5C 9F 0 3E 22 5 14D 55 41
Octal 362 134 237 0 76 42 5 515 125 101
Binary 11110010 1011100 10011111 0 111110 100010 101 101001101 1010101 1000001

Color Harmonies of #F25C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25C9F

Black with #F25C9F

Text Example


Text Example

White with #F25C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25C9F; }

 p { color: rgb(242,92,159); }

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

background-color css

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

 a { background-color: rgb(242,92,159); }

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

border-color css

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

 span { border-color: rgb(242,92,159); }

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