Html Css Color HEX #F2659F Brilliant Rose

📋 copy color: '#F2659F'

red 242 ◦ green 101 ◦ blue 159

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

Shades of Brilliant Rose #F2659F

Tints of Brilliant Rose #F2659F

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20.12%

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

R = 48.21%
G = 20.12%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#F2659F (or 0xF2659F) is known color: Brilliant Rose. HEX triplet: F2, 65 and 9F. RGB value is (242,101,159). Sum of RGB (Red+Green+Blue) = 242+101+159=502 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.21% from 502); Green value is 101 (39.84% from 255 or 20.12% from 502); Blue value is 159 (62.5% from 255 or 31.67% from 502); Max value from RGB is 242 - color contains mainly: red. Hex color #F2659F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F2659F is #0D9A60. Grayscale: #959595. Windows color (decimal): -891489 or 10446322. OLE color: 10446322.

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

Color convert

RGB 242 101 159 -
CMYK 0 0.58 0.34 0.05
HSL 335.32º 0.84% 0.67% -
HSV(B) 335.32º 0.58% 0.95% -
XYZ 47.53 30.69 36.22 -
YUV 149.77 133.21 193.78 -
System Red Green Blue C M Y K H S L
Decimal 242 101 159 0 0.58 0.34 0.05 335.32 0.84 0.67
Hex F2 65 9F 0 3A 22 5 14F 54 43
Octal 362 145 237 0 72 42 5 517 124 103
Binary 11110010 1100101 10011111 0 111010 100010 101 101001111 1010100 1000011

Color Harmonies of #F2659F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2659F

Black with #F2659F

Text Example


Text Example

White with #F2659F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2659F; }

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

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

background-color css

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

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

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

border-color css

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

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

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