Html Css Color HEX #F253B3 Brilliant Rose

📋 copy color: '#F253B3'

red 242 ◦ green 83 ◦ blue 179

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

Shades of Brilliant Rose #F253B3

Tints of Brilliant Rose #F253B3

RGB

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

 GREEN value IS 83 (32.81% from 255) = 16.47%

 BLUE value IS 179 (70.31% from 255) = 35.52%

R = 48.02%
G = 16.47%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.26

 K value IS 0.05

RGB Variations

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

Color information

#F253B3 (or 0xF253B3) is known color: Brilliant Rose. HEX triplet: F2, 53 and B3. RGB value is (242,83,179). Sum of RGB (Red+Green+Blue) = 242+83+179=504 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.02% from 504); Green value is 83 (32.81% from 255 or 16.47% from 504); Blue value is 179 (70.31% from 255 or 35.52% from 504); Max value from RGB is 242 - color contains mainly: red. Hex color #F253B3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F253B3 is #0DAC4C. Grayscale: #8D8D8D. Windows color (decimal): -896077 or 11752434. OLE color: 11752434.

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

Color convert

RGB 242 83 179 -
CMYK 0 0.66 0.26 0.05
HSL 323.77º 0.86% 0.64% -
HSV(B) 323.77º 0.66% 0.95% -
XYZ 47.85 28.32 45.59 -
YUV 141.49 149.18 199.69 -
System Red Green Blue C M Y K H S L
Decimal 242 83 179 0 0.66 0.26 0.05 323.77 0.86 0.64
Hex F2 53 B3 0 42 1A 5 144 56 40
Octal 362 123 263 0 102 32 5 504 126 100
Binary 11110010 1010011 10110011 0 1000010 11010 101 101000100 1010110 1000000

Color Harmonies of #F253B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F253B3

Black with #F253B3

Text Example


Text Example

White with #F253B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F253B3; }

 p { color: rgb(242,83,179); }

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

background-color css

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

 a { background-color: rgb(242,83,179); }

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

border-color css

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

 span { border-color: rgb(242,83,179); }

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