Html Css Color HEX #F244B2 Brilliant Rose

📋 copy color: '#F244B2'

red 242 ◦ green 68 ◦ blue 178

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

Shades of Brilliant Rose #F244B2

Tints of Brilliant Rose #F244B2

RGB

 RED value IS 242 (94.92% from 255) = 49.59%

 GREEN value IS 68 (26.95% from 255) = 13.93%

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

R = 49.59%
G = 13.93%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.26

 K value IS 0.05

RGB Variations

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

Color information

#F244B2 (or 0xF244B2) is known color: Brilliant Rose. HEX triplet: F2, 44 and B2. RGB value is (242,68,178). Sum of RGB (Red+Green+Blue) = 242+68+178=488 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.59% from 488); Green value is 68 (26.95% from 255 or 13.93% from 488); Blue value is 178 (69.92% from 255 or 36.48% from 488); Max value from RGB is 242 - color contains mainly: red. Hex color #F244B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F244B2 is #0DBB4D. Grayscale: #848484. Windows color (decimal): -899918 or 11683058. OLE color: 11683058.

HSL color Cylindrical-coordinate representation of color #F244B2: hue angle of 322.07º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F244B2 is Cyan = 0, Magento = 0.72, Yellow = 0.26 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 68 178 -
CMYK 0 0.72 0.26 0.05
HSL 322.07º 0.87% 0.61% -
HSV(B) 322.07º 0.72% 0.95% -
XYZ 46.72 26.23 44.72 -
YUV 132.57 153.65 206.06 -
System Red Green Blue C M Y K H S L
Decimal 242 68 178 0 0.72 0.26 0.05 322.07 0.87 0.61
Hex F2 44 B2 0 48 1A 5 142 57 3D
Octal 362 104 262 0 110 32 5 502 127 75
Binary 11110010 1000100 10110010 0 1001000 11010 101 101000010 1010111 111101

Color Harmonies of #F244B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F244B2

Black with #F244B2

Text Example


Text Example

White with #F244B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F244B2; }

 p { color: rgb(242,68,178); }

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

background-color css

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

 a { background-color: rgb(242,68,178); }

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

border-color css

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

 span { border-color: rgb(242,68,178); }

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