Html Css Color HEX #F948AF Brilliant Rose

📋 copy color: '#F948AF'

red 249 ◦ green 72 ◦ blue 175

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

Shades of Brilliant Rose #F948AF

Tints of Brilliant Rose #F948AF

RGB

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

 GREEN value IS 72 (28.52% from 255) = 14.52%

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

R = 50.2%
G = 14.52%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#F948AF (or 0xF948AF) is known color: Brilliant Rose. HEX triplet: F9, 48 and AF. RGB value is (249,72,175). Sum of RGB (Red+Green+Blue) = 249+72+175=496 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.20% from 496); Green value is 72 (28.52% from 255 or 14.52% from 496); Blue value is 175 (68.75% from 255 or 35.28% from 496); Max value from RGB is 249 - color contains mainly: red. Hex color #F948AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F948AF is #06B750. Grayscale: #888888. Windows color (decimal): -440145 or 11487481. OLE color: 11487481.

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

Color convert

RGB 249 72 175 -
CMYK 0 0.71 0.30 0.02
HSL 325.08º 0.94% 0.63% -
HSV(B) 325.08º 0.71% 0.98% -
XYZ 49.12 27.87 43.35 -
YUV 136.67 149.64 208.12 -
System Red Green Blue C M Y K H S L
Decimal 249 72 175 0 0.71 0.30 0.02 325.08 0.94 0.63
Hex F9 48 AF 0 47 1E 2 145 5E 3F
Octal 371 110 257 0 107 36 2 505 136 77
Binary 11111001 1001000 10101111 0 1000111 11110 10 101000101 1011110 111111

Color Harmonies of #F948AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F948AF

Black with #F948AF

Text Example


Text Example

White with #F948AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F948AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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