Html Css Color HEX #F948B9 Brilliant Rose

📋 copy color: '#F948B9'

red 249 ◦ green 72 ◦ blue 185

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

Shades of Brilliant Rose #F948B9

Tints of Brilliant Rose #F948B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 36.56%

R = 49.21%
G = 14.23%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#F948B9 (or 0xF948B9) is known color: Brilliant Rose. HEX triplet: F9, 48 and B9. RGB value is (249,72,185). Sum of RGB (Red+Green+Blue) = 249+72+185=506 (67% of max value = 765). Red value is 249 (97.66% from 255 or 49.21% from 506); Green value is 72 (28.52% from 255 or 14.23% from 506); Blue value is 185 (72.66% from 255 or 36.56% from 506); Max value from RGB is 249 - color contains mainly: red. Hex color #F948B9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F948B9 is #06B746. Grayscale: #898989. Windows color (decimal): -440135 or 12142841. OLE color: 12142841.

HSL color Cylindrical-coordinate representation of color #F948B9: hue angle of 321.69º 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 #F948B9 is Cyan = 0, Magento = 0.71, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 72 185 -
CMYK 0 0.71 0.26 0.02
HSL 321.69º 0.94% 0.63% -
HSV(B) 321.69º 0.71% 0.98% -
XYZ 50.14 28.28 48.71 -
YUV 137.81 154.64 207.31 -
System Red Green Blue C M Y K H S L
Decimal 249 72 185 0 0.71 0.26 0.02 321.69 0.94 0.63
Hex F9 48 B9 0 47 1A 2 142 5E 3F
Octal 371 110 271 0 107 32 2 502 136 77
Binary 11111001 1001000 10111001 0 1000111 11010 10 101000010 1011110 111111

Color Harmonies of #F948B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F948B9

Black with #F948B9

Text Example


Text Example

White with #F948B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F948B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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