Html Css Color HEX #F25499 Brilliant Rose

📋 copy color: '#F25499'

red 242 ◦ green 84 ◦ blue 153

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

Shades of Brilliant Rose #F25499

Tints of Brilliant Rose #F25499

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.54%

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

R = 50.52%
G = 17.54%
B = 31.94%

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

#F25499 (or 0xF25499) is known color: Brilliant Rose. HEX triplet: F2, 54 and 99. RGB value is (242,84,153). Sum of RGB (Red+Green+Blue) = 242+84+153=479 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.52% from 479); Green value is 84 (33.20% from 255 or 17.54% from 479); Blue value is 153 (60.16% from 255 or 31.94% from 479); Max value from RGB is 242 - color contains mainly: red. Hex color #F25499 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25499 is #0DAB66. Grayscale: #8A8A8A. Windows color (decimal): -895847 or 10048754. OLE color: 10048754.

HSL color Cylindrical-coordinate representation of color #F25499: hue angle of 333.8º 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 #F25499 is Cyan = 0, Magento = 0.65, Yellow = 0.37 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 84 153 -
CMYK 0 0.65 0.37 0.05
HSL 333.8º 0.86% 0.64% -
HSV(B) 333.8º 0.65% 0.95% -
XYZ 45.54 27.52 33.05 -
YUV 139.11 135.85 201.39 -
System Red Green Blue C M Y K H S L
Decimal 242 84 153 0 0.65 0.37 0.05 333.8 0.86 0.64
Hex F2 54 99 0 41 25 5 14E 56 40
Octal 362 124 231 0 101 45 5 516 126 100
Binary 11110010 1010100 10011001 0 1000001 100101 101 101001110 1010110 1000000

Color Harmonies of #F25499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25499

Black with #F25499

Text Example


Text Example

White with #F25499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25499; }

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

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

background-color css

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

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

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

border-color css

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

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

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