Html Css Color HEX #F259AF Brilliant Rose

📋 copy color: '#F259AF'

red 242 ◦ green 89 ◦ blue 175

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

Shades of Brilliant Rose #F259AF

Tints of Brilliant Rose #F259AF

RGB

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

 GREEN value IS 89 (35.16% from 255) = 17.59%

 BLUE value IS 175 (68.75% from 255) = 34.58%

R = 47.83%
G = 17.59%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#F259AF (or 0xF259AF) is known color: Brilliant Rose. HEX triplet: F2, 59 and AF. RGB value is (242,89,175). Sum of RGB (Red+Green+Blue) = 242+89+175=506 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.83% from 506); Green value is 89 (35.16% from 255 or 17.59% from 506); Blue value is 175 (68.75% from 255 or 34.58% from 506); Max value from RGB is 242 - color contains mainly: red. Hex color #F259AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F259AF is #0DA650. Grayscale: #909090. Windows color (decimal): -894545 or 11491826. OLE color: 11491826.

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

Color convert

RGB 242 89 175 -
CMYK 0 0.63 0.28 0.05
HSL 326.27º 0.85% 0.65% -
HSV(B) 326.27º 0.63% 0.95% -
XYZ 47.93 29.12 43.65 -
YUV 144.55 145.19 197.51 -
System Red Green Blue C M Y K H S L
Decimal 242 89 175 0 0.63 0.28 0.05 326.27 0.85 0.65
Hex F2 59 AF 0 3F 1C 5 146 55 41
Octal 362 131 257 0 77 34 5 506 125 101
Binary 11110010 1011001 10101111 0 111111 11100 101 101000110 1010101 1000001

Color Harmonies of #F259AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F259AF

Black with #F259AF

Text Example


Text Example

White with #F259AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F259AF; }

 p { color: rgb(242,89,175); }

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

background-color css

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

 a { background-color: rgb(242,89,175); }

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

border-color css

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

 span { border-color: rgb(242,89,175); }

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