Html Css Color HEX #F948B7 Brilliant Rose

📋 copy color: '#F948B7'

red 249 ◦ green 72 ◦ blue 183

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

Shades of Brilliant Rose #F948B7

Tints of Brilliant Rose #F948B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 36.31%

R = 49.4%
G = 14.29%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.27

 K value IS 0.02

RGB Variations

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

Color information

#F948B7 (or 0xF948B7) is known color: Brilliant Rose. HEX triplet: F9, 48 and B7. RGB value is (249,72,183). Sum of RGB (Red+Green+Blue) = 249+72+183=504 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.40% from 504); Green value is 72 (28.52% from 255 or 14.29% from 504); Blue value is 183 (71.88% from 255 or 36.31% from 504); Max value from RGB is 249 - color contains mainly: red. Hex color #F948B7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F948B7 is #06B748. Grayscale: #898989. Windows color (decimal): -440137 or 12011769. OLE color: 12011769.

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

Color convert

RGB 249 72 183 -
CMYK 0 0.71 0.27 0.02
HSL 322.37º 0.94% 0.63% -
HSV(B) 322.37º 0.71% 0.98% -
XYZ 49.93 28.19 47.61 -
YUV 137.58 153.64 207.47 -
System Red Green Blue C M Y K H S L
Decimal 249 72 183 0 0.71 0.27 0.02 322.37 0.94 0.63
Hex F9 48 B7 0 47 1B 2 142 5E 3F
Octal 371 110 267 0 107 33 2 502 136 77
Binary 11111001 1001000 10110111 0 1000111 11011 10 101000010 1011110 111111

Color Harmonies of #F948B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F948B7

Black with #F948B7

Text Example


Text Example

White with #F948B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F948B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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