Html Css Color HEX #F2459F Brilliant Rose

📋 copy color: '#F2459F'

red 242 ◦ green 69 ◦ blue 159

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

Shades of Brilliant Rose #F2459F

Tints of Brilliant Rose #F2459F

RGB

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

 GREEN value IS 69 (27.34% from 255) = 14.68%

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

R = 51.49%
G = 14.68%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#F2459F (or 0xF2459F) is known color: Brilliant Rose. HEX triplet: F2, 45 and 9F. RGB value is (242,69,159). Sum of RGB (Red+Green+Blue) = 242+69+159=470 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.49% from 470); Green value is 69 (27.34% from 255 or 14.68% from 470); Blue value is 159 (62.5% from 255 or 33.83% from 470); Max value from RGB is 242 - color contains mainly: red. Hex color #F2459F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F2459F is #0DBA60. Grayscale: #828282. Windows color (decimal): -899681 or 10438130. OLE color: 10438130.

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

Color convert

RGB 242 69 159 -
CMYK 0 0.71 0.34 0.05
HSL 328.79º 0.87% 0.61% -
HSV(B) 328.79º 0.71% 0.95% -
XYZ 45 25.64 35.38 -
YUV 130.99 143.81 207.18 -
System Red Green Blue C M Y K H S L
Decimal 242 69 159 0 0.71 0.34 0.05 328.79 0.87 0.61
Hex F2 45 9F 0 47 22 5 149 57 3D
Octal 362 105 237 0 107 42 5 511 127 75
Binary 11110010 1000101 10011111 0 1000111 100010 101 101001001 1010111 111101

Color Harmonies of #F2459F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2459F

Black with #F2459F

Text Example


Text Example

White with #F2459F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2459F; }

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

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

background-color css

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

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

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

border-color css

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

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

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