Html Css Color HEX #F943B2 Brilliant Rose

📋 copy color: '#F943B2'

red 249 ◦ green 67 ◦ blue 178

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

Shades of Brilliant Rose #F943B2

Tints of Brilliant Rose #F943B2

RGB

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

 GREEN value IS 67 (26.56% from 255) = 13.56%

 BLUE value IS 178 (69.92% from 255) = 36.03%

R = 50.4%
G = 13.56%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#F943B2 (or 0xF943B2) is known color: Brilliant Rose. HEX triplet: F9, 43 and B2. RGB value is (249,67,178). Sum of RGB (Red+Green+Blue) = 249+67+178=494 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.40% from 494); Green value is 67 (26.56% from 255 or 13.56% from 494); Blue value is 178 (69.92% from 255 or 36.03% from 494); Max value from RGB is 249 - color contains mainly: red. Hex color #F943B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F943B2 is #06BC4D. Grayscale: #858585. Windows color (decimal): -441422 or 11682809. OLE color: 11682809.

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

Color convert

RGB 249 67 178 -
CMYK 0 0.73 0.29 0.02
HSL 323.41º 0.94% 0.62% -
HSV(B) 323.41º 0.73% 0.98% -
XYZ 49.11 27.37 44.81 -
YUV 134.07 152.8 209.97 -
System Red Green Blue C M Y K H S L
Decimal 249 67 178 0 0.73 0.29 0.02 323.41 0.94 0.62
Hex F9 43 B2 0 49 1D 2 143 5E 3E
Octal 371 103 262 0 111 35 2 503 136 76
Binary 11111001 1000011 10110010 0 1001001 11101 10 101000011 1011110 111110

Color Harmonies of #F943B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F943B2

Black with #F943B2

Text Example


Text Example

White with #F943B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F943B2; }

 p { color: rgb(249,67,178); }

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

background-color css

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

 a { background-color: rgb(249,67,178); }

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

border-color css

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

 span { border-color: rgb(249,67,178); }

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