Html Css Color HEX #F941AF Brilliant Rose

📋 copy color: '#F941AF'

red 249 ◦ green 65 ◦ blue 175

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

Shades of Brilliant Rose #F941AF

Tints of Brilliant Rose #F941AF

RGB

 RED value IS 249 (97.66% from 255) = 50.92%

 GREEN value IS 65 (25.78% from 255) = 13.29%

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

R = 50.92%
G = 13.29%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#F941AF (or 0xF941AF) is known color: Brilliant Rose. HEX triplet: F9, 41 and AF. RGB value is (249,65,175). Sum of RGB (Red+Green+Blue) = 249+65+175=489 (64% of max value = 765). Red value is 249 (97.66% from 255 or 50.92% from 489); Green value is 65 (25.78% from 255 or 13.29% from 489); Blue value is 175 (68.75% from 255 or 35.79% from 489); Max value from RGB is 249 - color contains mainly: red. Hex color #F941AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F941AF is #06BE50. Grayscale: #848484. Windows color (decimal): -441937 or 11485689. OLE color: 11485689.

HSL color Cylindrical-coordinate representation of color #F941AF: hue angle of 324.13º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F941AF is Cyan = 0, Magento = 0.74, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 65 175 -
CMYK 0 0.74 0.30 0.02
HSL 324.13º 0.94% 0.62% -
HSV(B) 324.13º 0.74% 0.98% -
XYZ 48.7 27.02 43.21 -
YUV 132.56 151.96 211.06 -
System Red Green Blue C M Y K H S L
Decimal 249 65 175 0 0.74 0.30 0.02 324.13 0.94 0.62
Hex F9 41 AF 0 4A 1E 2 144 5E 3E
Octal 371 101 257 0 112 36 2 504 136 76
Binary 11111001 1000001 10101111 0 1001010 11110 10 101000100 1011110 111110

Color Harmonies of #F941AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F941AF

Black with #F941AF

Text Example


Text Example

White with #F941AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F941AF; }

 p { color: rgb(249,65,175); }

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

background-color css

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

 a { background-color: rgb(249,65,175); }

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

border-color css

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

 span { border-color: rgb(249,65,175); }

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