Html Css Color HEX #F249AF Brilliant Rose

📋 copy color: '#F249AF'

red 242 ◦ green 73 ◦ blue 175

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

Shades of Brilliant Rose #F249AF

Tints of Brilliant Rose #F249AF

RGB

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

 GREEN value IS 73 (28.91% from 255) = 14.9%

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

R = 49.39%
G = 14.9%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#F249AF (or 0xF249AF) is known color: Brilliant Rose. HEX triplet: F2, 49 and AF. RGB value is (242,73,175). Sum of RGB (Red+Green+Blue) = 242+73+175=490 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.39% from 490); Green value is 73 (28.91% from 255 or 14.90% from 490); Blue value is 175 (68.75% from 255 or 35.71% from 490); Max value from RGB is 242 - color contains mainly: red. Hex color #F249AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F249AF is #0DB650. Grayscale: #868686. Windows color (decimal): -898641 or 11487730. OLE color: 11487730.

HSL color Cylindrical-coordinate representation of color #F249AF: hue angle of 323.79º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F249AF is Cyan = 0, Magento = 0.70, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 73 175 -
CMYK 0 0.70 0.28 0.05
HSL 323.79º 0.87% 0.62% -
HSV(B) 323.79º 0.7% 0.95% -
XYZ 46.74 26.74 43.25 -
YUV 135.16 150.49 204.21 -
System Red Green Blue C M Y K H S L
Decimal 242 73 175 0 0.70 0.28 0.05 323.79 0.87 0.62
Hex F2 49 AF 0 46 1C 5 144 57 3E
Octal 362 111 257 0 106 34 5 504 127 76
Binary 11110010 1001001 10101111 0 1000110 11100 101 101000100 1010111 111110

Color Harmonies of #F249AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F249AF

Black with #F249AF

Text Example


Text Example

White with #F249AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F249AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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